Update some build tools and libgit2
authorAlex Crichton <alex@alexcrichton.com>
Wed, 7 Oct 2015 18:26:14 +0000 (11:26 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 7 Oct 2015 18:33:39 +0000 (11:33 -0700)
commit8778797dc7adc97df9c3ef163e0d0364b9c07b2d
treee5195c7ff109086970838631211ca2dd45333cc4
parent68e6799809d073ebccc7ed90d5dde8042bb850ad
Update some build tools and libgit2

* Updates git2-rs back to 0.3 now that the distribution issue on OSX has been
  fixed.
* Updates libgit2-sys to using the `cmake` crate so building with VS 2015 can
  work.
* Update pkg-config to totally disable it on MSVC (basically guaranteed to never
  work)
Cargo.lock
Cargo.toml
src/cargo/sources/git/utils.rs
tests/support/git.rs
tests/test_cargo_build_auth.rs
tests/test_cargo_compile_git_deps.rs